home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / 3.2vs3.2.1 next >
Text File  |  1999-04-17  |  2KB  |  68 lines

  1. NAME
  2.     3.2vs3.2.1
  3.  
  4. LAST UPDATE
  5.     Mon Apr 08 21:35:00 MET 1996
  6.  
  7. AUTHOR
  8.     Lars Duening, collecting from various snippets and fragments.
  9.  
  10. DESCRIPTION
  11.     There exists no real '3.2 vs 3.2.1' doc and the paragraphs in
  12.     the DONE file says only half the truth (it seems that Amylaar
  13.     still does not believe in docs besides those ending on .[chly]
  14.     :-)
  15.  
  16.     Miscellaneous features:
  17.      - Variables are swapped.
  18.      - Telnet negotiation is done by the mudlib.
  19.      - IP name lookup is done by an external 'erq demon' which is
  20.        also able to perform other tasks.
  21.      - New predefined #defines:
  22.         __DOMAIN_NAME__, __HOST_IP_NUMBER__, __HOST_NAME__,
  23.         __MAX_RECURSION__, NO_NATIVE_MODE, __EFUN_DEFINED__()
  24.      - The master object has new/modified functions.
  25.  
  26.     Quite a lot of functionality moved from the driver into the
  27.     mudlib by the use of driver hooks:
  28.      - move_object() and with it the call of init() and exit().
  29.      - Object initialisation (create() resp. reset()).
  30.      - Part of the command parsing.
  31.      - Nearly all native/compat mode differences.
  32.      - Uid handling.
  33.  
  34.     New efuns:
  35.       attach_erq_demon(),   binary_message(),   debug_message(),
  36.       efun308(),            expand_define(),    extern_call(),
  37.       set_connection_charset(),                 get_type_info()
  38.       last_instructions(),  query_shadowing(),  regreplace(),
  39.       remove_action(),
  40.       send_erq(),           set_buffer_size(),  set_connection_charset(),
  41.       set_driver_hook(),    set_this_player(),  symbol_variable(),
  42.       to_int(),             to_object(),
  43.  
  44.  
  45.     Modified efuns:
  46.       add_action(),         creator(),          export_uid(),
  47.       filter_array(),       find_call_out(),    functionlist(),
  48.       geteuid(),            input_to(),         move_object(),
  49.       process_string(),     query_ip_number(),  remove_call_out(),
  50.       set_modify_command(), seteuid(),          shadow(),
  51.       snoop()
  52.  
  53.     Removed efuns:
  54.       cindent(),            find_living(),      find_player(),
  55.       query_host_name(),    set_living_name(),  shout(),
  56.       wiz_list().
  57.  
  58.     Modified Lfuns:
  59.       create(),             init(),             modify_command(),
  60.       reset(),              query_real_name()
  61.  
  62.  
  63. BUGS
  64.     Surely some.
  65.  
  66. SEE ALSO
  67.     native(C), applied(A), efun(E).
  68.